home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 06.dir / 00411.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  634 b   |  23 lines

  1. on CleanMovies
  2.   global gTimeCounter
  3.   puppetSprite(32, 0)
  4.   if the frameLabel contains "moov" then
  5.     set the movieRate of sprite 2 to 0
  6.     set the movieTime of sprite 2 to 0
  7.     set lCastNum to the castNum of sprite 2
  8.     puppetSprite(2, 0)
  9.     if the frameLabel = "moov1" then
  10.       set the castNum of sprite 2 to the number of cast "blankM.MOV"
  11.     else
  12.       if (the frameLabel = "moov2") or (the frameLabel = "moov3") then
  13.         set the castNum of sprite 2 to the number of cast "BlankS.MOV"
  14.       end if
  15.     end if
  16.     updateStage()
  17.   end if
  18.   MoviePuppets()
  19.   TurnOffRollovers()
  20.   startTimer()
  21.   set gTimeCounter to 7
  22. end
  23.